home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / gui / FoxGuiSource.lha / License.text < prev    next >
Text File  |  2001-07-07  |  18KB  |  323 lines

  1. /******************************************************
  2.  * FoxGUI - The fast, flexible, free Amiag GUI system * * Copyright (C) 2001 Simon Fox (Foxysoft)            *
  3.  ******************************************************/
  4.  
  5. Please read the following License agreement (the GNU Lesser General
  6. Public License) which applies to FoxGUI.
  7.  
  8. /-------------------------------------------------------------------------/
  9. 0.  This License Agreement applies to any software library or other program
  10. which contains a notice placed by the copyright holder or other authorized
  11. party saying it may be distributed under the terms of this Lesser General
  12. Public License (also called "this License").  Each licensee is addressed as
  13. "you".
  14.  
  15. A "library" means a collection of software functions and/or data prepared
  16. so as to be conveniently linked with application programs (which use some
  17. of those functions and data) to form executables.
  18.  
  19. The "Library", below, refers to any such software library or work which has
  20. been distributed under these terms.  A "work based on the Library" means
  21. either the Library or any derivative work under copyright law:  that is to
  22. say, a work containing the Library or a portion of it, either verbatim or
  23. with modifications and/or translated straightforwardly into another
  24. language.  (Hereinafter, translation is included without limitation in the
  25. term "modification".)
  26.  
  27. "Source code" for a work means the preferred form of the work for making
  28. modifications to it.  For a library, complete source code means all the
  29. source code for all modules it contains, plus any associated interface
  30. definition files, plus the scripts used to control compilation and
  31. installation of the library.
  32.  
  33. Activities other than copying, distribution and modification are not
  34. covered by this License; they are outside its scope.  The act of running a
  35. program using the Library is not restricted, and output from such a program
  36. is covered only if its contents constitute a work based on the Library
  37. (independent of the use of the Library in a tool for writing it).  Whether
  38. that is true depends on what the Library does and what the program that
  39. uses the Library does.
  40.  
  41. 1.  You may copy and distribute verbatim copies of the Library's complete
  42. source code as you receive it, in any medium, provided that you
  43. conspicuously and appropriately publish on each copy an appropriate
  44. copyright notice and disclaimer of warranty; keep intact all the notices
  45. that refer to this License and to the absence of any warranty; and
  46. distribute a copy of this License along with the Library.
  47.  
  48. You may charge a fee for the physical act of transferring a copy, and you
  49. may at your option offer warranty protection in exchange for a fee.
  50.  
  51. 2.  You may modify your copy or copies of the Library or any portion of it,
  52. thus forming a work based on the Library, and copy and distribute such
  53. modifications or work under the terms of Section 1 above, provided that you
  54. also meet all of these conditions:
  55.  
  56. a) The modified work must itself be a software library.
  57. b) You must cause the files modified to carry prominent notices stating
  58. that you changed the files and the date of any change.
  59. c) You must cause the whole of the work to be licensed at no charge to all
  60. third parties under the terms of this License.
  61. d) If a facility in the modified Library refers to a function or a table of
  62. data to be supplied by an application program that uses the facility, other
  63. than as an argument passed when the facility is invoked, then you must make
  64. a good faith effort to ensure that, in the event an application does not
  65. supply such function or table, the facility still operates, and performs
  66. whatever part of its purpose remains meaningful.
  67.  
  68. (For example, a function in a library to compute square roots has a purpose
  69. that is entirely well-defined independent of the application.  Therefore,
  70. Subsection 2d requires that any application-supplied function or table used
  71. by this function must be optional:  if the application does not supply it,
  72. the square root function must still compute square roots.)
  73.  
  74. These requirements apply to the modified work as a whole.  If identifiable
  75. sections of that work are not derived from the Library, and can be
  76. reasonably considered independent and separate works in themselves, then
  77. this License, and its terms, do not apply to those sections when you
  78. distribute them as separate works.  But when you distribute the same
  79. sections as part of a whole which is a work based on the Library, the
  80. distribution of the whole must be on the terms of this License, whose
  81. permissions for other licensees extend to the entire whole, and thus to
  82. each and every part regardless of who wrote it.
  83.  
  84. Thus, it is not the intent of this section to claim rights or contest your
  85. rights to work written entirely by you; rather, the intent is to exercise
  86. the right to control the distribution of derivative or collective works
  87. based on the Library.
  88.  
  89. In addition, mere aggregation of another work not based on the Library with
  90. the Library (or with a work based on the Library) on a volume of a storage
  91. or distribution medium does not bring the other work under the scope of
  92. this License.
  93.  
  94. 3.  You may opt to apply the terms of the ordinary GNU General Public
  95. License instead of this License to a given copy of the Library.  To do
  96. this, you must alter all the notices that refer to this License, so that
  97. they refer to the ordinary GNU General Public License, version 2, instead
  98. of to this License.  (If a newer version than version 2 of the ordinary GNU
  99. General Public License has appeared, then you can specify that version
  100. instead if you wish.) Do not make any other change in these notices.
  101.  
  102. Once this change is made in a given copy, it is irreversible for that copy,
  103. so the ordinary GNU General Public License applies to all subsequent copies
  104. and derivative works made from that copy.
  105.  
  106. This option is useful when you wish to copy part of the code of the Library
  107. into a program that is not a library.
  108.  
  109. 4.  You may copy and distribute the Library (or a portion or derivative of
  110. it, under Section 2) in object code or executable form under the terms of
  111. Sections 1 and 2 above provided that you accompany it with the complete
  112. corresponding machine-readable source code, which must be distributed under
  113. the terms of Sections 1 and 2 above on a medium customarily used for
  114. software interchange.
  115.  
  116. If distribution of object code is made by offering access to copy from a
  117. designated place, then offering equivalent access to copy the source code
  118. from the same place satisfies the requirement to distribute the source
  119. code, even though third parties are not compelled to copy the source along
  120. with the object code.
  121.  
  122. 5.  A program that contains no derivative of any portion of the Library,
  123. but is designed to work with the Library by being compiled or linked with
  124. it, is called a "work that uses the Library".  Such a work, in isolation,
  125. is not a derivative work of the Library, and therefore falls outside the
  126. scope of this License.
  127.  
  128. However, linking a "work that uses the Library" with the Library creates an
  129. executable that is a derivative of the Library (because it contains
  130. portions of the Library), rather than a "work that uses the library".  The
  131. executable is therefore covered by this License.  Section 6 states terms
  132. for distribution of such executables.
  133.  
  134. When a "work that uses the Library" uses material from a header file that
  135. is part of the Library, the object code for the work may be a derivative
  136. work of the Library even though the source code is not.  Whether this is
  137. true is especially significant if the work can be linked without the
  138. Library, or if the work is itself a library.  The threshold for this to be
  139. true is not precisely defined by law.
  140.  
  141. If such an object file uses only numerical parameters, data structure
  142. layouts and accessors, and small macros and small inline functions (ten
  143. lines or less in length), then the use of the object file is unrestricted,
  144. regardless of whether it is legally a derivative work.  (Executables
  145. containing this object code plus portions of the Library will still fall
  146. under Section 6.)
  147.  
  148. Otherwise, if the work is a derivative of the Library, you may distribute
  149. the object code for the work under the terms of Section 6.  Any executables
  150. containing that work also fall under Section 6, whether or not they are
  151. linked directly with the Library itself.
  152.  
  153. 6.  As an exception to the Sections above, you may also combine or link a
  154. "work that uses the Library" with the Library to produce a work containing
  155. portions of the Library, and distribute that work under terms of your
  156. choice, provided that the terms permit modification of the work for the
  157. customer's own use and reverse engineering for debugging such
  158. modifications.
  159.  
  160. You must give prominent notice with each copy of the work that the Library
  161. is used in it and that the Library and its use are covered by this License.
  162. You must supply a copy of this License.  If the work during execution
  163. displays copyright notices, you must include the copyright notice for the
  164. Library among them, as well as a reference directing the user to the copy
  165. of this License.  Also, you must do one of these things:
  166.  
  167. a) Accompany the work with the complete corresponding machine-readable
  168. source code for the Library including whatever changes were used in the
  169. work (which must be distributed under Sections 1 and 2 above); and, if the
  170. work is an executable linked with the Library, with the complete
  171. machine-readable "work that uses the Library", as object code and/or source
  172. code, so that the user can modify the Library and then relink to produce a
  173. modified executable containing the modified Library.  (It is understood
  174. that the user who changes the contents of definitions files in the Library
  175. will not necessarily be able to recompile the application to use the
  176. modified definitions.)
  177. b) Use a suitable shared library mechanism for linking with the Library.  A
  178. suitable mechanism is one that (1) uses at run time a copy of the library
  179. already present on the user's computer system, rather than copying library
  180. functions into the executable, and (2) will operate properly with a
  181. modified version of the library, if the user installs one, as long as the
  182. modified version is interface-compatible with the version that the work was
  183. made with.
  184. c) Accompany the work with a written offer, valid for at least three years,
  185. to give the same user the materials specified in Subsection 6a, above, for
  186. a charge no more than the cost of performing this distribution.
  187. d) If distribution of the work is made by offering access to copy from a
  188. designated place, offer equivalent access to copy the above specified
  189. materials from the same place.
  190. e) Verify that the user has already received a copy of these materials or
  191. that you have already sent this user a copy.
  192.  
  193. For an executable, the required form of the "work that uses the Library"
  194. must include any data and utility programs needed for reproducing the
  195. executable from it.  However, as a special exception, the materials to be
  196. distributed need not include anything that is normally distributed (in
  197. either source or binary form) with the major components (compiler, kernel,
  198. and so on) of the operating system on which the executable runs, unless
  199. that component itself accompanies the executable.
  200.  
  201. It may happen that this requirement contradicts the license restrictions of
  202. other proprietary libraries that do not normally accompany the operating
  203. system.  Such a contradiction means you cannot use both them and the
  204. Library together in an executable that you distribute.
  205.  
  206. 7.  You may place library facilities that are a work based on the Library
  207. side-by-side in a single library together with other library facilities not
  208. covered by this License, and distribute such a combined library, provided
  209. that the separate distribution of the work based on the Library and of the
  210. other library facilities is otherwise permitted, and provided that you do
  211. these two things:
  212.  
  213. a) Accompany the combined library with a copy of the same work based on the
  214. Library, uncombined with any other library facilities.  This must be
  215. distributed under the terms of the Sections above.
  216. b) Give prominent notice with the combined library of the fact that part of
  217. it is a work based on the Library, and explaining where to find the
  218. accompanying uncombined form of the same work.
  219.  
  220. 8.  You may not copy, modify, sublicense, link with, or distribute the
  221. Library except as expressly provided under this License.  Any attempt
  222. otherwise to copy, modify, sublicense, link with, or distribute the Library
  223. is void, and will automatically terminate your rights under this License.
  224. However, parties who have received copies, or rights, from you under this
  225. License will not have their licenses terminated so long as such parties
  226. remain in full compliance.
  227.  
  228. 9.  You are not required to accept this License, since you have not signed
  229. it.  However, nothing else grants you permission to modify or distribute
  230. the Library or its derivative works.  These actions are prohibited by law
  231. if you do not accept this License.  Therefore, by modifying or distributing
  232. the Library (or any work based on the Library), you indicate your
  233. acceptance of this License to do so, and all its terms and conditions for
  234. copying, distributing or modifying the Library or works based on it.
  235.  
  236. 10.  Each time you redistribute the Library (or any work based on the
  237. Library), the recipient automatically receives a license from the original
  238. licensor to copy, distribute, link with or modify the Library subject to
  239. these terms and conditions.  You may not impose any further restrictions on
  240. the recipients' exercise of the rights granted herein.  You are not
  241. responsible for enforcing compliance by third parties with this License.
  242.  
  243. 11.  If, as a consequence of a court judgment or allegation of patent
  244. infringement or for any other reason (not limited to patent issues),
  245. conditions are imposed on you (whether by court order, agreement or
  246. otherwise) that contradict the conditions of this License, they do not
  247. excuse you from the conditions of this License.  If you cannot distribute
  248. so as to satisfy simultaneously your obligations under this License and any
  249. other pertinent obligations, then as a consequence you may not distribute
  250. the Library at all.  For example, if a patent license would not permit
  251. royalty-free redistribution of the Library by all those who receive copies
  252. directly or indirectly through you, then the only way you could satisfy
  253. both it and this License would be to refrain entirely from distribution of
  254. the Library.
  255.  
  256. If any portion of this section is held invalid or unenforceable under any
  257. particular circumstance, the balance of the section is intended to apply,
  258. and the section as a whole is intended to apply in other circumstances.
  259.  
  260. It is not the purpose of this section to induce you to infringe any patents
  261. or other property right claims or to contest validity of any such claims;
  262. this section has the sole purpose of protecting the integrity of the free
  263. software distribution system which is implemented by public license
  264. practices.  Many people have made generous contributions to the wide range
  265. of software distributed through that system in reliance on consistent
  266. application of that system; it is up to the author/donor to decide if he or
  267. she is willing to distribute software through any other system and a
  268. licensee cannot impose that choice.
  269.  
  270. This section is intended to make thoroughly clear what is believed to be a
  271. consequence of the rest of this License.
  272.  
  273. 12.  If the distribution and/or use of the Library is restricted in certain
  274. countries either by patents or by copyrighted interfaces, the original
  275. copyright holder who places the Library under this License may add an
  276. explicit geographical distribution limitation excluding those countries, so
  277. that distribution is permitted only in or among countries not thus
  278. excluded.  In such case, this License incorporates the limitation as if
  279. written in the body of this License.
  280.  
  281. 13.  The Free Software Foundation may publish revised and/or new versions
  282. of the Lesser General Public License from time to time.  Such new versions
  283. will be similar in spirit to the present version, but may differ in detail
  284. to address new problems or concerns.
  285.  
  286. Each version is given a distinguishing version number.  If the Library
  287. specifies a version number of this License which applies to it and "any
  288. later version", you have the option of following the terms and conditions
  289. either of that version or of any later version published by the Free
  290. Software Foundation.  If the Library does not specify a license version
  291. number, you may choose any version ever published by the Free Software
  292. Foundation.
  293.  
  294. 14.  If you wish to incorporate parts of the Library into other free
  295. programs whose distribution conditions are incompatible with these, write
  296. to the author to ask for permission.  For software which is copyrighted by
  297. the Free Software Foundation, write to the Free Software Foundation; we
  298. sometimes make exceptions for this.  Our decision will be guided by the two
  299. goals of preserving the free status of all derivatives of our free software
  300. and of promoting the sharing and reuse of software generally.
  301.  
  302. NO WARRANTY 
  303. 15.  BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  304. FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  305. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  306. PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  307. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  308. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  309. TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU.  SHOULD THE
  310. LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  311. REPAIR OR CORRECTION.
  312.  
  313. 16.  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  314. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  315. REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  316. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  317. OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED
  318. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  319. YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER
  320. SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  321. POSSIBILITY OF SUCH DAMAGES.
  322.  
  323.